Extra Menu bar under Navbar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EricPSF
    Senior Member
    • Jan 2007
    • 159

    Extra Menu bar under Navbar

    Hi,

    I was trying to make an extra menu bar under the Navbar. (See picture).

    I used the below source code under the $navbar in Forumhome template and try my luck; but I am stuck.

    <!-- custom block start -->
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tbody>
    <tr>
    <td class="tcat">
    <!-- title start -->
    Title goes here
    <!-- title end -->
    </td>
    </tr>
    <tr>
    <td class="alt2">
    <!-- code start -->
    Add your code here
    <!-- code end -->
    </td>
    </tr>
    </tbody>
    </table>
    <br />
    <!-- custom block end -->


    Anyone can advise me how to make the menu?

    Thank you.

    Regards,
    Eric
    Attached Files
  • EricPSF
    Senior Member
    • Jan 2007
    • 159

    #2
    Hi,

    I have managed to create this menu. Quite simple actually.

    But how do I make this menu appears on all the forum pages??

    Below is the code (for those who need it too, pls modify accordingly):

    <!-- / PAGENAV POPUP -->

    <table align="center" border="0" cellpadding="6" cellspacing="1" class="tborder" width="100%">
    <tr align="center">

    <td class="alt1" width="16%"><span class="smallfont"><a href="index.php">Home</a></span></td>

    <td class="alt1" nowrap="nowrap" width="16%"><span class="smallfont"><a href="newentry.php?c=0" rel="nofollow">Submit Article</a></span></td>


    <td class="alt1" width="16%"><span class="smallfont"><a href="search.php" rel="nofollow">Search</a></span></td>


    </tr>
    </table>

    Comment

    • Jake Bunce
      Senior Member
      • Dec 2000
      • 46598
      • 3.6.x

      #3
      The 3rd post in this thread shows how to add a second row of nav links:

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...